Welcome![Sign In][Sign Up]
Location:
Search - MAX MIN

Search list

[Bio-Recognizehc-mmas-ubqp

Description: The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). -The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
Platform: | Size: 320800 | Author: 颜晨阳 | Hits:

[StatusBarjingdutiao

Description: 一个漂亮进度条(可以显示百分比数字) Max:(最大值),Min(最小值),Value(进度条当前值,显示的百分比值) BackColor(背景色),FillColor(进度条的填充色) ForeColor(进度条显示的百分比数字的颜色) ForeVisible(显示或隐藏百分比)-a beautiful progress (percentage figures show) Max : (max), Min (minimum), Value (progress of the current value, show the percentage value) BackColor (the background color), FillColor (progress of the fill color) ForeColor (progress of the figures shows the percentage of color) ForeVisible (to show or hide percentage)
Platform: | Size: 7834 | Author: aaaaaa | Hits:

[Software Engineeringcompare11

Description: MATLAB对11中调度算法进行比较,包括min-min、max-min、遗传算法等等。
Platform: | Size: 293162 | Author: gourd | Hits:

[Other resourceMAX-MIN

Description: 要求:编写一个应用程序,对程序中给定的四个double型数据求其最大值和最小值。 文档包括了实验要求和详细的源代码.
Platform: | Size: 8001 | Author: 李霖 | Hits:

[OpenGL programH_MM_0124_02

Description: min-min,max-min,H-mm新算法
Platform: | Size: 2433 | Author: hy | Hits:

[ELanguageExprEval

Description: 中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。 这个代码可以为学习编译原理的同学参考。
Platform: | Size: 882953 | Author: 叶郁 | Hits:

[Algorithm数列极差

Description: 在黑板上写了N个正整数作成的一个数列,进行如下操作: 每一次擦去其中的两个数a和b,然后在数列中加入一个数a×b+1, 如此下去直至黑板上剩下一个数,在所有按这种操作方式最后得到的数中, 最大的max,最小的为min,则该数列的极差定义为M=max-min。
Platform: | Size: 746 | Author: henryyu3721@sohu.com | Hits:

[CSharpmax flow/min cut

Description: max flow/min cut 实现最大流最小割算法的程序
Platform: | Size: 15006 | Author: qinchanchan@163.com | Hits:

[AI-NN-PR模拟退火源码

Description: 模拟退火算法 模拟退火算法(Simulated Annealing,简称SA算法)是模拟加热熔化的金属的退火过程,来寻找全局最优解的有效方法之一。 模拟退火的基本思想和步骤如下: 设S={s1,s2,…,sn}为所有可能的状态所构成的集合, f:S—R为非负代价函数,即优化问题抽象如下: 寻找s*∈S,使得f(s*)=min f(si) 任意si∈S (1)给定一较高初始温度T,随机产生初始状态S (2)按一定方式,对当前状态作随机扰动,产生一个新的状态S’ S’=S+sign(η).δ 其中δ为给定的步长, η为[-1,1]的随机数-simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S 'S' = S+ sign (). delta where given for the step, [-1,1] Random Number
Platform: | Size: 55296 | Author: | Hits:

[Bio-Recognizehc-mmas-ubqp

Description: The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP). -The software package provides a MAX-MIN Ant System implemented in the Hyper-Cube Framework for the application to Unconstrained Binary Quadratic Programming (UBQP).
Platform: | Size: 320512 | Author: 颜晨阳 | Hits:

[StatusBarjingdutiao

Description: 一个漂亮进度条(可以显示百分比数字) Max:(最大值),Min(最小值),Value(进度条当前值,显示的百分比值) BackColor(背景色),FillColor(进度条的填充色) ForeColor(进度条显示的百分比数字的颜色) ForeVisible(显示或隐藏百分比)-a beautiful progress (percentage figures show) Max : (max), Min (minimum), Value (progress of the current value, show the percentage value) BackColor (the background color), FillColor (progress of the fill color) ForeColor (progress of the figures shows the percentage of color) ForeVisible (to show or hide percentage)
Platform: | Size: 7168 | Author: aaaaaa | Hits:

[Proxy Serveracs_TSP

Description: 蚁群算法VB源代码,解决TSP问题的程序,有多种TSP问题解答!-Ant Algorithm VB source code to solve the TSP process, a number of TSP answer!
Platform: | Size: 51200 | Author: 叶小勇 | Hits:

[AI-NN-PRMAX_MIN_Ant_System

Description: matlab中求解最大最小问题的蚂蚁算法源代码。很有参考价值。-Matlab solution of the biggest problems the smallest ant algorithm source code. Great reference value.
Platform: | Size: 48128 | Author: 陈剑 | Hits:

[CSharpAnt_Colony_Algorithm_C

Description: 用C实现蚁群算法求解TSP问题,结合基本蚁群算法和最大最小蚁群算法。-C to achieve with Ant Colony Algorithm for TSP problem, combined with the basic ant colony algorithm and max-min ant colony algorithm.
Platform: | Size: 10240 | Author: jane | Hits:

[Chess Poker gameschess

Description: 高智商五子棋,只编写了人机对弈部分,运用了博弈树进行搜索,在选取最优的走步时使用极大极小分析法-High IQ Gobang only part of the preparation of the human-computer game, using a game tree search, select the best walking in the use of max-min analysis
Platform: | Size: 245760 | Author: 吴李涛 | Hits:

[JSP/JavaMAX-MIN

Description: 要求:编写一个应用程序,对程序中给定的四个double型数据求其最大值和最小值。 文档包括了实验要求和详细的源代码.-Requirements: the preparation of an application for proceedings to set the four double-type data for its maximum and minimum values. Document includes detailed experimental requirements and the source code.
Platform: | Size: 8192 | Author: 李霖 | Hits:

[Multimedia DevelopVB_change_system_sound

Description: 调节系统音量的类:最大最小音量、打开设备以调节音量、设置音量等。-Conditioning systems of the type of volume: max-min volume, open the device to adjust the volume, the volume and other settings.
Platform: | Size: 3072 | Author: yjn | Hits:

[Mathimatics-Numerical algorithmsMAX-MIN_Ant_System

Description: 基于C++语言编写的最大最小蚁群优化算法程序-max min ant colony optimization algorithm based on C language program
Platform: | Size: 11264 | Author: 祝民鹏 | Hits:

[OtherFindMaxitemArr

Description: Find max and min item in array
Platform: | Size: 97280 | Author: KOKOKOK | Hits:

[Othermin max avg without dwt and fuzzy

Description: image fusion using basic methods like max,min,averaging
Platform: | Size: 84992 | Author: tanuja | Hits:
« 1 23 4 5 6 7 8 9 10 ... 21 »

CodeBus www.codebus.net